home *** CD-ROM | disk | FTP | other *** search
- ; NETOCT4P.INF
- ;
- ; RapidFire 3530 Token-Ring 100 PCI Adapter, NDIS 5"
- ;
- ; Copyright 1998, Olicom A/S
- ; Copyright 1998, Microsoft
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
- Provider = %MSFT%
- LayoutFile = Layout.inf
- DriverVer=10/19/1999,1.6.0.1
-
- [Manufacturer]
- %V_Olicom%=Olicom
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_108D&DEV_0006
-
- [Olicom]
- %OC3530.DeviceDesc% = PCIO3530.ndi, PCI\VEN_108D&DEV_0006 ; Olicom RapidFire 3530 Token-Ring 100 PCI Adapter
-
- ;-------------------------------------------------------------------------------
- ; Olicom OC-3530
- ;
- [PCIO3530.ndi]
- AddReg = occommon.reg
- CopyFiles = oct4p.CopyFiles
- Characteristics = 0x84
- BusType = 5
-
- [PCIO3530.ndi.Services]
- AddService = oct4pnd5, 2, oct4pnd5.AddService, oct4pnd5.EventLog
-
- ;-------------------------------------------------------------------------------
- ; OC Driver common registry
- ;
- [occommon.reg]
- ; Interfaces and Parameters
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "tokenring"
- HKR, Ndi, Service, 0, "oct4pnd5"
- HKR, Ndi, HelpText, 0, %Helptext%
- HKR, , MediaType, 0, "2"
- HKR, , OSType, 0, "800"
-
- ;Recbufcount
- HKR, Ndi\params\recbufcount, ParamDesc, 0, %recbufcount%
- HKR, Ndi\params\recbufcount, type, 0, "int"
- HKR, Ndi\params\recbufcount, default, 0, "13"
- HKR, Ndi\params\recbufcount, min, 0, "4"
- HKR, Ndi\params\recbufcount, max, 0, "32"
- HKR, Ndi\params\recbufcount, step, 0, "1"
-
- ;MaximumFrameSize
- HKR, Ndi\params\maximumframesize, ParamDesc, 0, %maximumframesize%
- HKR, Ndi\params\maximumframesize, type, 0, "int"
- HKR, Ndi\params\maximumframesize, default, 0, "4540"
- HKR, Ndi\params\maximumframesize, min, 0, "128"
- HKR, Ndi\params\maximumframesize, max, 0, "17800"
- HKR, Ndi\params\maximumframesize, step, 0, "1"
-
- ;-------------------------------------------------------------------------------
- ; OC Driver and Service
- ;
- [oct4pnd5.AddService]
- DisplayName = %Olicom.ServiceDesc%
- ServiceType = 1
- StartType = 3
- ErrorControl = 1
- ServiceBinary = %12%\oct4pnd5.sys
- LoadOrderGroup = NDIS
-
- [oct4pnd5.EventLog]
- AddReg = oct4pnd5.EventLog.Reg
-
- [oct4pnd5.EventLog.Reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\oct4pnd5.sys"
- HKR, , TypesSupported, 0x00010001, 7
-
-
- ;-------------------------------------------------------------------------------
- ; OC Driver file installation
- ;
- [oct4p.CopyFiles]
- oct4pnd5.sys
-
- [DestinationDirs]
- oct4p.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [strings]
- MSFT = "Microsoft"
- V_Olicom = "Olicom"
-
- recbufcount = "Receive Buffers"
- maximumframesize = "Maximum frame size"
-
- Helptext = "An Olicom Ethernet Adapter is a hardware device that physically connects you to a ethernet network."
-
- Olicom.ServiceDesc = "Olicom RapidFire 3530 HSTR 100 PCI Server Adapter NDIS 5.0"
- OC3530.DeviceDesc = "Olicom RapidFire 3530 HSTR 100 PCI Server Adapter"
-
-